home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON06
/
ACT06B
/
COMMON6B.cst
/
00084_get noise list.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-05-01
|
186 b
|
11 lines
on getNoiseList
global gStateList
set theList = list("comeon","tryanother","keepgoing")
if gStateList.count = 1 then
theList.add("onemore")
end if
return theList
end